provider Projects POST
/api/0/organizations/{organization_id_or_slug}/projects/ @utdk/sentry
/api/0/organizations/{organization_id_or_slug}/projects/ Create a Project for an Organization
Create a new project for an organization. A personal team (`team-{username}`) is automatically created for the caller with Team Admin role, and the project is bound to it. If the org has member project creation disabled (`disable_member_project_creation`), `org:write` scope is required.
- organization_id_or_slug path required
- The ID or slug of the organization the resource belongs to.
- string
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.createAProjectForAnOrganization()